Uses of Package
org.neo4j.graphdb.event

Packages that use org.neo4j.graphdb.event
org.neo4j.graphdb The graph database API used by Neo4j. 
org.neo4j.graphdb.event   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Classes in org.neo4j.graphdb.event used by org.neo4j.graphdb
KernelEventHandler
          The interface of an event handler for Neo4j Kernel life cycle events.
TransactionEventHandler
          The interface of an event handler for Neo4j Transaction events.
 

Classes in org.neo4j.graphdb.event used by org.neo4j.graphdb.event
ErrorState
          An object that describes a state from which a Neo4j Graph Database cannot continue.
KernelEventHandler
          The interface of an event handler for Neo4j Kernel life cycle events.
KernelEventHandler.ExecutionOrder
          Represents the order of execution between two event handlers, if one handler should be executed KernelEventHandler.ExecutionOrder.BEFORE, KernelEventHandler.ExecutionOrder.AFTER another handler, or it KernelEventHandler.ExecutionOrder.DOESNT_MATTER.
PropertyEntry
          Represents a changed property.
TransactionData
          Represents the data that has changed during the course of one transaction.
 

Classes in org.neo4j.graphdb.event used by org.neo4j.kernel
KernelEventHandler
          The interface of an event handler for Neo4j Kernel life cycle events.
TransactionEventHandler
          The interface of an event handler for Neo4j Transaction events.
 



Copyright © 2010 Neo4j. All Rights Reserved.